Add current-process debug port access - #7005
Conversation
|
APIError: Invalid Anthropic API Key |
2 similar comments
|
APIError: Invalid Anthropic API Key |
|
APIError: Invalid Anthropic API Key |
|
@penalosa Bonk workflow failed. Check the logs for details. View workflow run · To retry, trigger Bonk again. |
|
The generated output of |
Merging this PR will not alter performance
Comparing Footnotes
|
dom96
left a comment
There was a problem hiding this comment.
Code changes look good.
Curious about the motivation in avoiding the TCP connection (PR description doesn't explain it).
In Miniflare, we want to be able to access an arbitrary Worker running within the same workerd process for dispatching (we won't be exposing this to users, just to power some internals) |
Summary
current()to theworkerdDebugPortbindingWorkerdDebugPortcapability without opening a TCP connectionconnect(address)behaviour for remote workerd processesTesting
just formatbazel test //src/workerd/server:server-test@ --nocache_test_results --test_output=errors(cancelled before execution; relying on CI)